home *** CD-ROM | disk | FTP | other *** search
Text File | 1993-09-20 | 390 b | 14 lines | [TEXT/ttxt] |
- *
- * This droplet displays some information about the file
- *
- droplet 'Display Document Info'
- *
- script 'Display Document Info'
- display #path':'$File
- file 0,$File !! Reset the current file after the #path function
- *
- display 'Type = '#file(typ)' Creator = '#file(cre)
- display ' created:'#conv(#file(date))
- display ' modified:'#conv(#file(mod))
- display ' backed up:'#conv(#file(backup))
-